From: Keir Fraser Date: Sat, 26 Jan 2008 10:16:21 +0000 (+0000) Subject: Changeset 16771 introduced a new file called tools/check/funcs.sh. This X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14397 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=22d4eec91116418b08239485f0bcc2cacab98162;p=xen.git Changeset 16771 introduced a new file called tools/check/funcs.sh. This file needs to be installed into distdir together with the check scripts. Signed-off-by: Frank Arnold --- diff --git a/Makefile b/Makefile index 49fdca4dd2..db1f47cccf 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ dist: dist-xen dist-kernels dist-tools dist-docs $(INSTALL_DATA) ./COPYING $(DISTDIR) $(INSTALL_DATA) ./README $(DISTDIR) $(INSTALL_PROG) ./install.sh $(DISTDIR) - $(INSTALL_PROG) tools/check/chk tools/check/check_* $(DISTDIR)/check + $(INSTALL_PROG) tools/check/chk tools/check/check_* tools/check/funcs.sh $(DISTDIR)/check dist-%: DESTDIR=$(DISTDIR)/install dist-%: install-% @: # do nothing